home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gtksourceview-2.0 / language-specs / gtk-doc.lang < prev    next >
Extensible Markup Language  |  2009-10-02  |  4KB  |  91 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  
  4.  Author: Yevgen Muntyan <muntyan@tamu.edu>
  5.  Copyright (C) 2006-2007 Yevgen Muntyan <muntyan@tamu.edu>
  6.  
  7.  This library is free software; you can redistribute it and/or
  8.  modify it under the terms of the GNU Library General Public
  9.  License as published by the Free Software Foundation; either
  10.  version 2 of the License, or (at your option) any later version.
  11.  
  12.  This library is distributed in the hope that it will be useful,
  13.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15.  Library General Public License for more details.
  16.  
  17.  You should have received a copy of the GNU Library General Public
  18.  License along with this library; if not, write to the
  19.  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  20.  Boston, MA 02111-1307, USA.
  21.  
  22. -->
  23. <!-- Copyright (C) 2006-2007 - Yevgen Muntyan <muntyan@tamu.edu> -->
  24. <language id="gtk-doc" _name="gtk-doc" version="2.0" _section="Markup" hidden="true">
  25.     <styles>
  26.         <style id="inline-docs-section" _name="Inline Documentation Section" map-to="def:doc-comment"/>
  27.         <style id="function-name" _name="Function Name" map-to="def:doc-comment-element"/>
  28.         <style id="signal-name" _name="Signal Name" map-to="def:doc-comment-element"/>
  29.         <style id="property-name" _name="Property Name" map-to="def:doc-comment-element"/>
  30.         <style id="parameter" _name="Parameter" map-to="def:doc-comment-element"/>
  31.         <style id="constant" _name="Constant" map-to="def:doc-comment-element"/>
  32.         <style id="type" _name="Type" map-to="def:doc-comment-element"/>
  33.         <style id="function" _name="Function" map-to="def:doc-comment-element"/>
  34.         <style id="return" _name="Return" map-to="def:doc-comment-element"/>
  35.         <style id="since" _name="Since" map-to="def:doc-comment-element"/>
  36.         <style id="deprecated" _name="Deprecated" map-to="def:doc-comment-element"/>
  37.     </styles>
  38.  
  39.     <definitions>
  40.       <context id="skip-asterisk">
  41.         <match>^\s*\*(?!/)\s*</match>
  42.       </context>
  43.  
  44.       <context id="inline-docs-body">
  45.         <include>
  46.           <context ref="skip-asterisk"/>
  47.           <context ref="def:in-comment"/>
  48.           <context style-ref="parameter">
  49.             <match>\@[\w_]+</match>
  50.           </context>
  51.           <context style-ref="constant">
  52.             <match>%[\w_]+</match>
  53.           </context>
  54.           <context style-ref="type">
  55.             <match>\#[\w_]+</match>
  56.           </context>
  57.           <context style-ref="function">
  58.             <match>[\w_]+\(\s*\)</match>
  59.           </context>
  60.           <context style-ref="return">
  61.             <match>(Returns|Return value)\:</match>
  62.           </context>
  63.           <context style-ref="since">
  64.             <match>Since\:</match>
  65.           </context>
  66.           <context style-ref="deprecated">
  67.             <match>Deprecated\:</match>
  68.           </context>
  69.         </include>
  70.       </context>
  71.  
  72.       <context id="inline-docs-section" style-ref="inline-docs-section">
  73.         <start>/\*\*(?!\S)</start>
  74.         <end>\*/</end>
  75.         <include>
  76.           <context ref="skip-asterisk"/>
  77.           <context extend-parent="false">
  78.             <start>(([\w_]+\:\:[\w_-]+)|([\w_]+\:[\w_-]+)|([\w_]+))\:\s*$</start>
  79.             <include>
  80.               <context sub-pattern="2" where="start" style-ref="function-name"/>
  81.               <context sub-pattern="3" where="start" style-ref="signal-name"/>
  82.               <context sub-pattern="4" where="start" style-ref="property-name"/>
  83.               <context ref="inline-docs-body"/>
  84.             </include>
  85.           </context>
  86.           <context ref="inline-docs-body"/>
  87.         </include>
  88.       </context>
  89.     </definitions>
  90. </language>
  91.